home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8398 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: tuishimi@aol.com (Tuishimi)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Date: 17 Feb 1996 13:36:40 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4g577o$28r@newsbf02.news.aol.com>
  9. References: <4g1b7n$l5@mailhub.scitec.com.au>
  10. Reply-To: tuishimi@aol.com (Tuishimi)
  11. NNTP-Posting-Host: newsbf02.mail.aol.com
  12.  
  13. >Didn't NASA loose a satelite due to a bug in a piece of Ada code?
  14.  
  15. Cripes.  I'd DIE if my company ever lost a billion dollar piece of
  16. equipment because of a bug in my code!  That would s*uck, bigtime.
  17.  
  18. Btw...  someone mentioned that any language can be a good language (I am
  19. not quoting exactly, here) as long as the people using it have standards
  20. regarding variable, function and constant declarations, as well as a
  21. standardized function parameter interface.  I think that is the key to
  22. designing and implementing any application (along with knowing how to
  23. determine the user's needs, and designing an excellent, simple,
  24. easy-to-use interface).  Where I work, there are/were no (followed)
  25. standards and we are in the (long) process of defining them.  It is not an
  26. easy road to take, since everyone there has there own idea of how it
  27. should be done.  (Does anyone know of any papers or books on the topic?) 
  28. We are also
  29. developing code that will scan and parse newly written programs and
  30. redeclare variable names that do not comply, as well as (I hope) point out
  31. other discrepancies to the standards.  The ideal, of course, is to not
  32. NEED such software, but I imagine it will come in handy.
  33.  
  34. Mike
  35.